home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / pxsrc_21.zip / POLYXARC.CFG < prev    next >
Text File  |  1991-03-29  |  2KB  |  67 lines

  1. The configuration file consists of one or more blocks that start with
  2. BEGIN POLYXARC and end with END POLYXARC (case insensitive). Between the
  3. delimiting statements are one or more keywords, one per line. See POLYXARC.DOC
  4. for more details.
  5.  
  6. BEGIN POLYXARC
  7. ;
  8. ;  ARC level overwrite extract command_template
  9. ;  ARC5 level overwrite extract command_template
  10. ;  ARC6 level overwrite extract command_template
  11. ;   %1: extraction string
  12. ;   %2: overwrite string
  13. ;   %3: archive file spec
  14. ;   %4: extracted file spec
  15. ;
  16. ;     The extract and overwrite strings may be no longer than 5 characters
  17. ;     each.
  18. ;
  19. ;     ARC5 is the same as ARC. ARC6 is for newer ARC programs. ARC+PLUS 
  20. ;     (ARC v7) is a version 6 program, so use ARC6 for it.
  21. ;
  22. ;     Order is unimportant.
  23. ;
  24. ; This should work with the original ARC program.
  25. ;  ARC        8     w  !  arc e%2 %3 %4
  26.    ARC        8    /r  !  arce %3 %4 %2
  27. ;  ARC        9    /r  !  pkxarc %2 %3 %4
  28.    ARC        9    /r  !  pkunpak %2 %3 %4
  29.    ARC       11   /WA  !  pak /e %2 %3 %4
  30. ; If you want to overwrite older files by default, try this instead:
  31. ;  ARC       11   /WA /WO pak /e %1%2 %3 %4
  32. ; This is for version 6 of ARC.
  33. ;  ARC6       9     w  !  arc e%2 %3 %4
  34. ; This is for the free-distribution ARC+PLUS extractor.
  35.    ARC6      10    /o  !  xarc %2 %3 %4
  36. ; This is for ARC+PLUS itself.
  37. ;  ARC6      10     o  !  arc e%2 %3 %4
  38. ;
  39. ;  SIGNATURE offset signature overwrite extract command_template
  40. ;   %1: extraction string
  41. ;   %2: overwrite string
  42. ;   %3: archive file spec
  43. ;   %4: extracted file spec
  44. ;     The signature, extract and overwrite strings may be no longer than 
  45. ;     5 characters each.
  46. ;
  47.    SIGNATURE  -3   DWC      w   ""    dwc e%2 %3 %4
  48.    SIGNATURE   2   -lh    /mc   ""    lharc e %2 %3 %4
  49.    SIGNATURE   0   <1B>    ""   ""    xarcmac e %3 %4
  50.    SIGNATURE   0   ZOO      O   ""    zoo x%2 %3 %4
  51.    SIGNATURE   0   <60EA>  -y   ""    arj e %2 %3 %4
  52.    SIGNATURE   0   PK      -o   ""    pkunzip %2 %3 %4
  53. ; Note: version 2.51 of PAK now does ZIP files! This command line will cause
  54. ; PAK to automatically overwrite older files when the overwrite switch is not
  55. ; specified.
  56. ;  SIGNATURE   0   PK     /WA  /WO    pak e /z %1%2 %3 %4
  57. ;
  58. ; This line is here so I can test run-time memory requirements.
  59. ; Feel free to remove it.
  60. ;
  61.    SIGNATURE   0   TEST    -o    !    RMAP
  62. ;
  63. ;  NOSORT
  64. ;
  65. END POLYXARC
  66.